home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Markets / K-12 Education / HyperCard in Education / Railroading / card_4854.txt < prev    next >
Text File  |  1990-02-20  |  6KB  |  271 lines

  1. -- card: 4854 from stack: in
  2. -- bmap block id: 6957
  3. -- flags: 0000
  4. -- background id: 2630
  5. -- name: Eastern
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=131 top=221 right=239 bottom=148
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put "Chicago, Ilinois"into line 1 of card field "answer"
  23.   show card field "answer"
  24.   wait 3 seconds
  25.   hide card field "answer"
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part 3 (field)
  31. -- low flags: 80
  32. -- high flags: 4002
  33. -- rect: left=171 top=164 right=191 bottom=359
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 3
  38. -- text size: 18
  39. -- style flags: 256
  40. -- line height: 24
  41. -- part name: answer
  42.  
  43.  
  44. -- part 4 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=244 top=223 right=241 bottom=262
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: 
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   put "Cleveland, Ohio"into line 1 of card field "answer"
  59.   show card field "answer"
  60.   wait 3 seconds
  61.   hide card field "answer"
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 5 (button)
  67. -- low flags: 00
  68. -- high flags: 0000
  69. -- rect: left=279 top=233 right=251 bottom=295
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: 
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   put "Pittsburgh, Penn."into line 1 of card field "answer"
  81.   show card field "answer"
  82.   wait 3 seconds
  83.   hide card field "answer"
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 6 (button)
  89. -- low flags: 00
  90. -- high flags: 0000
  91. -- rect: left=95 top=298 right=316 bottom=111
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: 
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   put "St. Louis,Missouri"into line 1 of card field "answer"
  103.   show card field "answer"
  104.   wait 3 seconds
  105.   hide card field "answer"
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 7 (button)
  111. -- low flags: 00
  112. -- high flags: 0000
  113. -- rect: left=167 top=275 right=291 bottom=183
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: 
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   put "Indianapolis, IND"into line 1 of card field "answer"
  125.   show card field "answer"
  126.   wait 3 seconds
  127.   hide card field "answer"
  128. end mouseUp
  129.  
  130.  
  131.  
  132. -- part 8 (button)
  133. -- low flags: 00
  134. -- high flags: 0000
  135. -- rect: left=228 top=283 right=298 bottom=265
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: 
  144.  
  145.  
  146. -- part 9 (button)
  147. -- low flags: 00
  148. -- high flags: 0000
  149. -- rect: left=300 top=196 right=215 bottom=338
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: Erie Railroad
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   push card
  161.   go to card "ErieWar"
  162. end mouseUp
  163.  
  164.  
  165.  
  166. -- part 10 (button)
  167. -- low flags: 00
  168. -- high flags: 0000
  169. -- rect: left=413 top=170 right=187 bottom=429
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 0 / 0
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: 
  178. ----- HyperTalk script -----
  179. on mouseUp
  180.   put "Boston, Mass."into line 1 of card field "answer"
  181.   show card field "answer"
  182.   wait 3 seconds
  183.   hide card field "answer"
  184. end mouseUp
  185.  
  186.  
  187.  
  188.  
  189. -- part 11 (button)
  190. -- low flags: 00
  191. -- high flags: 0000
  192. -- rect: left=366 top=216 right=233 bottom=382
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 0 / 0
  195. -- text alignment: 1
  196. -- font id: 0
  197. -- text size: 12
  198. -- style flags: 0
  199. -- line height: 16
  200. -- part name: 
  201. ----- HyperTalk script -----
  202. on mouseUp
  203.   put "Philly, Penn."into line 1 of card field "answer"
  204.   show card field "answer"
  205.   wait 3 seconds
  206.   hide card field "answer"
  207.  
  208. end mouseUp
  209.  
  210.  
  211.  
  212. -- part 12 (button)
  213. -- low flags: 00
  214. -- high flags: 0000
  215. -- rect: left=0 top=278 right=319 bottom=44
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 1016 / 1016
  218. -- text alignment: 1
  219. -- font id: 0
  220. -- text size: 12
  221. -- style flags: 0
  222. -- line height: 16
  223. -- part name: Prev
  224. ----- HyperTalk script -----
  225. on mouseUp
  226.   go to card "map"
  227. end mouseUp
  228.  
  229.  
  230. -- part 13 (button)
  231. -- low flags: 00
  232. -- high flags: 8000
  233. -- rect: left=0 top=20 right=80 bottom=74
  234. -- title width / last selected line: 0
  235. -- icon id / first selected line: 0 / 0
  236. -- text alignment: 1
  237. -- font id: 0
  238. -- text size: 12
  239. -- style flags: 0
  240. -- line height: 16
  241. -- part name: 
  242. ----- HyperTalk script -----
  243. on mouseUp
  244.   go to card "menu"
  245. end mouseUp
  246.  
  247.  
  248.  
  249. -- part 14 (button)
  250. -- low flags: 00
  251. -- high flags: A002
  252. -- rect: left=16 top=319 right=340 bottom=76
  253. -- title width / last selected line: 0
  254. -- icon id / first selected line: 0 / 0
  255. -- text alignment: 1
  256. -- font id: 0
  257. -- text size: 12
  258. -- style flags: 0
  259. -- line height: 16
  260. -- part name: Return
  261. ----- HyperTalk script -----
  262. on mouseUp
  263.   global returncard
  264.   go to returncard
  265. end mouseUp
  266.  
  267.  
  268.  
  269. -- part contents for card part 3
  270. ----- text -----
  271. Boston, Mass.